func crypto/elliptic.p256LittleToBig

4 uses

	crypto/elliptic (current package)
		p256_asm.go#L80: func p256LittleToBig(res []byte, in []uint64)
		p256_asm.go#L197: 	p256LittleToBig(xOut, x)
		p256_asm.go#L329: 	p256LittleToBig(xOut, zInvSq)
		p256_asm.go#L330: 	p256LittleToBig(yOut, zInv)